QuickOPC User's Guide and Reference
Unmap(IEnumerable<AbstractMapping>) Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class > Unmap Method : Unmap(IEnumerable<AbstractMapping>) Method
The mappings to be unmapped.
Unmaps specified mappings.
Syntax
'Declaration
 
Public Overloads Sub Unmap( _
   ByVal mappings As IEnumerable(Of AbstractMapping) _
) 
'Usage
 
Dim instance As AbstractMapper
Dim mappings As IEnumerable(Of AbstractMapping)
 
instance.Unmap(mappings)
public void Unmap( 
   IEnumerable<AbstractMapping> mappings
)

Parameters

mappings
The mappings to be unmapped.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also